Table.setRowEmpty

Sets the empty status for the specified row. Rows marked as empty are ignored by the #updateTable() method. Throws an IllegalArgumentException if row is not a valid row number.

Javascript example:

 tables.ORDERS.setRowEmpty(rowNum, false);
 

Parameters

int  row,  boolean  empty,